PDF4Java Reference Documentation
com.o2sol.pdf4java.core Package / PDFFile Class / extractPage Method
The page number for which the information is extracted.
In This Topic
    extractPage Method
    In This Topic
    Extracts the page information from the PDF file.
    Syntax
    public PDFPage extractPage( 
       int pageNumber
    )

    Parameters

    pageNumber
    The page number for which the information is extracted.

    Return Value

    Information about the page.
    See Also